hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
callHandler
hunt
application
controller
Undocumented in source. Be warned that the author may not have intended to support it.
void
callHandler
(
T
string
fun
)
(
Request
req
)
if
(
is
(
T
== class) ||
is
(
T
== struct) &&
hasMember
!(
T
, "__CALLACTION__")
)
Meta
Source
See Implementation
hunt
application
controller
classes
Controller
enums
Action
functions
__createCallActionFun
__creteRouteMap
addRouteList
callHandler
getRouteFormList
mixin templates
HuntDynamicCallFun
MakeController
structs
Middleware